home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2003 December / The Sunday Times - The Month 2003-12.iso / mac / The Month DEC 03 / engine / modules / text_audio.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(press).as next >
Text File  |  2003-08-19  |  131b  |  6 lines

  1. on(press){
  2.    this.startDrag(false,0,0,_parent.AVAIL_WIDTH,0);
  3.    _parent.DRAGGING = true;
  4.    _parent._parent.pauseSound();
  5. }
  6.